home *** CD-ROM | disk | FTP | other *** search
- #ifndef _WDTCM_HPP
- #define _WDTCM_HPP
-
- #include "dtuobj.hpp"
- #include "mmdef.hpp"
- #include "dtutype.hpp"
- #include "mmcomplb.hpp"
- #include "mmprop.hpp"
- #include "dttyped.hpp"
-
- class MetaObject;
- class MMComponentLib;
-
- extern MMMakeDTObject DTTheMakeDTObject[];
- extern WUInt DTTheNumMakeDTObject;
-
- extern "C" {
-
- int __stdcall WDTComponentDLLMain( unsigned int, unsigned int, void * );
-
- };
-
- #pragma library(dtwnva00)
-
- #endif // _WDTCM_HPP
-